github.com/go-pg/pg/v10/orm.Table.mustM2MRelation (method)

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L598: 		return t.mustM2MRelation(field, pgTag)
		table.go#L828: func (t *Table) mustM2MRelation(field *Field, pgTag *tagparser.Tag) bool {